home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / dlibsrc.arc / BLKSIZ.C < prev    next >
Encoding:
Text File  |  1988-10-01  |  234 b   |  9 lines

  1. /*
  2.  *    Default _BLKSIZ variable declaration
  3.  *
  4.  *    NOTE:  (16 * _BLKSIZ) is the maximum amount of memory that can
  5.  *    by managed by the dynamic memory management routines.
  6.  */
  7.  
  8. long _BLKSIZ = 65536;        /* Malloc() in 64K chunks */
  9.